SingleSelectionField Constructor(string,LeadRect,List<SingleField>)

Summary

Initializes a new SingleSelectionField class object with explicit parameters.

Syntax
C#
VB
C++
Public Sub New( 
   ByVal name As String, 
   ByVal bounds As LeadRect,  
   ByVal fields As List(Of SingleField)) 
public SingleSelectionField( 
   string name, 
   LeadRect bounds, 
   List<SingleField^>^ fields 
) 

Parameters

name

The name of this field.

bounds

The location of the field in the form image.

fields

A list of SingleField that represents the row or column of OMR marks in this field.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly